projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5854b
)
Adwaita: Make selection in menus visible
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 10 Jun 2019 02:19:53 +0000
(
02:19
+0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 10 Jun 2019 02:27:56 +0000
(
02:27
+0000)
gtk/theme/Adwaita/_common.scss
patch
|
blob
|
history
diff --git
a/gtk/theme/Adwaita/_common.scss
b/gtk/theme/Adwaita/_common.scss
index 0a0adb58d11135ee9ef560c1b5ddbf909c26f407..a9b363d350473a3edd6a7e8026ffe9a5fd7cceb7 100644
(file)
--- a/
gtk/theme/Adwaita/_common.scss
+++ b/
gtk/theme/Adwaita/_common.scss
@@
-4774,9
+4774,18
@@
popover.menu {
margin-right: 12px;
}
- radio.right,
- check.right {
+
&
radio.right,
+
&
check.right {
margin-left: 12px;
margin-right: 0;
}
+
+ & modelbutton:hover {
+ color: $selected_fg_color;
+ background-color: $selected_bg_color;
+ }
+
+ & modelbutton:hover accelerator {
+ color: mix($selected_fg_color, gray, 50%);
+ }
}